Crate zng_wgt_container
source ·Expand description
Structs§
W
Base container.
Enums§
- Placement of a node inserted by the
child_insert
property.
Functions§
c
The content.P
Aligns the widget content within the available space.P
Insertnode
below the widget’s child.P
Insertnode
to the right of the widget’s child in LTR contexts or to the right of the widget’s child in RTL contexts.P
Insertnode
in theplacement
relative to the widget’s child.P
Insertnode
to the left of the widget’s child.P
Insertnode
in theplacement
relative to the widget’s child, but outside of the child layout.P
Insertnode
to the right of the widget’s child.P
Insertnode
to the left of the widget’s child in LTR contexts or to the right in RTL contexts.P
Insertnode
above the widget’s child.P
Margin space around the content of a widget.